home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v2.1 / Amiga Developer CD v2.1.iso / Contributions / Heinz_Wrobel / Networking / Envoy_3.0 / Developer / info / Complex_Setup next >
Text File  |  1997-05-11  |  5KB  |  114 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        *
  3.  *  $Id: Complex_Setup 1.2 1997/05/11 14:10:22 heinz Exp $
  4.  *                                                                        */
  5. /*------------------------------------------------------------------------*/
  6.  
  7.  
  8. Several people have requested more detailed information about how to
  9. run Envoy in a complex networking environment.  While supported, this
  10. environment is not the intended target of Envoy.  When the concepts of
  11. 'routers', 'subnets', or 'netmask' enter into the picture, the
  12. situation becomes terribly complicated.
  13.  
  14. Producing a tutorial on routing, subnetting, or any of the more
  15. complex networking topics is far too formidable a task to enter into
  16. here.  Entire books have been written that only scratch the surface of
  17. explaining these subjects.  One we might suggest that covers IP, the
  18. Network protocol in use in Envoy is 'Internetworking with TCP/IP', by
  19. Douglas Comer.  Volume I.  ISBN 0-13-216987-8.
  20.  
  21. COMPLEX SETUP
  22. =============
  23.  
  24. When installing Envoy, you're asked if you're in a simple or a complex
  25. networking situation.  If this is confusing, the following points
  26. might be helpful:
  27.  
  28.     - If you have an existing network that you (or someone) runs
  29.       TCP/IP, Novell, or some other protocol on, you're most
  30.       likely in a complex situation.
  31.  
  32.     - If you want the ability to talk to another Envoy machine that
  33.       isn't on the same physical network as yours, you're in a complex
  34.       situation.
  35.  
  36.     - Universities, Businesses, and large organizations are all
  37.       usually in some sort of complex situation.
  38.  
  39.     - If you've a handful of Amigas that you want to connect together,
  40.       you are in a simple situation.
  41.  
  42.  
  43. SIMPLE SITUATION
  44. ----------------
  45.  
  46. In a simple network, you should have to provide the following
  47. information:
  48.  
  49.     (a) A name for each machine.
  50.     (b) A unique number for each machine.
  51.     (c) You're asked which networking device you intend to use.
  52.  
  53. The concept of Realms is -not- necessary for a simple networking
  54. situation.
  55.  
  56.  
  57. COMPLEX, 'internet' SITUATION
  58. -----------------------------
  59.  
  60. If ANY of your Amigas are on different physical networks, you are
  61. required to set up and maintain an Envoy Realm Server.  Please
  62. reference the document 'Realms'.
  63.  
  64. At installation time, if you decide that your networking situation is
  65. complex, (an 'internet' situation) the installer will ask you several
  66. questions:
  67.  
  68.     (a) You are asked to provide a name for your Amiga.
  69.         This is fairly self-explanatory.
  70.  
  71.     (b) You are asked to provide an IP address for your Amiga.
  72.         If you are in an already-existing network, these are very
  73.         likely allocated by a central authority.  An IP address is a
  74.         32-bit number that uniquely identifies your machine.  If
  75.         you're in a complex network situation, ask your network
  76.         administrator for an IP address. Each Amiga must have a
  77.         unique IP address.
  78.  
  79.     (c) You are asked if your network is using the default subnet
  80.         mask. A subnet mask is used to identify which portions of an
  81.         IP address describe which mean "network number" rather than
  82.         "machine number". Ask your network administrator for this
  83.         information.
  84.  
  85.     (d) You are asked if you would like to select a network address
  86.         for a default router. When several physical networks exist,
  87.         the problem of figuring out what path should be taken to get
  88.         from a machine on one physical network to a machine on a
  89.         different physical network.  A router is either a computer or
  90.         special piece of hardware acting as both a roadmap and traffic
  91.         cop; directing packets to their destinations. The
  92.         default router often is the gateway machine, which is
  93.         connected both to your physical networks and other
  94.         physical networks. Ask your network administrator for this
  95.         information.
  96.  
  97.     (e) You are asked for the name of the Realm that your Amiga is in.
  98.         A Realm is a logical grouping of machines into categories.
  99.         For instance, 'Marketing', 'Design', 'Production', are all
  100.         examples of what different realms might be.  For those
  101.         confused, this is -not- DNS.  Read the document 'Realms' for
  102.         more information.
  103.  
  104.     (f) You are asked for the name of your Realm Server.  A Realm
  105.         server is an Amiga that agrees to act as a 'telephone book' --
  106.         helping to convert the names of specific machines into IP
  107.         addresses. Read the document 'Realms' for more information.
  108.  
  109.     (g) You're asked which networking device you'd like to use.
  110.         Provided are Commodore's A2065 ethernet board, Commodore's
  111.         A2060 ARCNET board, and an option to click 'Other'.
  112.  
  113.  
  114.